home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / compress / zzap66a.zip / ZZAP.REF < prev   
Text File  |  1992-10-11  |  3KB  |  53 lines

  1.                      ZZAP Quick Reference Guide
  2.  
  3.  
  4. Configuration file commands:
  5.  
  6. ARC=        Archiving program specification.   EXT PROGNAME.EXT OPTIONS
  7. UNARC=      Unarchiving program specification.  EXT PROGNAME.EXT OPTIONS
  8. DEFAULT=    The default extension, accepts any archive file extension.
  9. BADDIR=     The subdirectory to place corrupted and infected archives.
  10. VIRUSDIR=   The subdirectory to place virused archives.  BADDIR is used
  11.             if this directory is not defined.
  12. SWITCH=     Default command line switches.
  13. FIXER=      Program name and options for file list fix up program.
  14. AGE=        Maximum days old of files to be processed.
  15. PRE=        Program and options to execute before extracting files from the
  16.             archive .
  17. MID=        Program and options to execute after extracting files from the
  18.             archive.
  19. POST=       Program and to execute to execute after creating the new archive.
  20. SCANOPT=    Command line options for SCAN.EXE (virus scanner).
  21. SFX=        Defines the signature of an SFX (self extracting) archhive.
  22.             SFX=EXT OFFSET STRING.
  23. NONSFX=     How to treat non-SFX executables (COM and EXE).
  24. NESTEDSFX=  Should nested executables be tested for SFX signatures?
  25. WORKDRIVE=  Specifies drive and directory that ZZAP should work on.
  26. NESTED=     How nested archives should be handled.
  27.  
  28. Command line switches:
  29.  
  30. /A±    Flag HIDDEN, SYSTEM, or READ-ONLY attributes, archives containing
  31.        files with any of these attributes will be considered corrupted.
  32. /B±    Allow subdirectory information in archives.
  33. /C±    Call the fix up program defined by FIXER=.
  34. /D?    Date stamping, ? can be (L)atest, (O)riginal, or (T)oday.
  35. /E???  Default extension (overides DEFAULT=), ??? is the 3 letter extension.
  36. /F±    Create list of converted archives.
  37. /I±    Ignore the AGE= setting and process all files regardless of age.
  38. /K±    Keep the original archive.
  39. /M±    Use EMS or XMS when executing external programs.
  40. /N±    Convert nested archives.
  41. /O±    Convert all archives to original archive type.
  42. /P±    Prevent overwriting of archives when converting.
  43. /R±    Recurse subdirectories.
  44. /S±    Strip HIDDEN, SYSTEM, and READ-ONLY attributes from files.
  45. /T±    Test mode, don't create new archives.
  46. /V±    Check for viruses using SCAN.EXE
  47. /X±    See if EXE and COM files are SFX and convert if they are.
  48. /Z±    Enable/disable I/O redirection.
  49.  
  50. NOTE:  ± indicates the switch accepts a "+" or "-" after the letter,
  51. e.g. "/V+".  A "+" turns the option on, a "-" turns the option off.
  52. Omitting it has the same effect as a "+".
  53.